[rem="1920"] {
    font-size: 5.2083333333vw;
}
[rem="750"] {
    font-size: 13.333333333vw;
}

*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a, span, p, i, strong, b, em, form, input, label, div, body, html,
blockquote, dd, dl, figure, pre{
    margin: 0;
    padding: 0;
}
body{
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
    font-family: Microsoft Yahei,Arial;
}
a,a:hover,a:active,a:focus{
    background-color: transparent;
    text-decoration: none;
    color: #666;
    outline: none;
}
/**
 * 去除IE10中活动链接的灰色背景.
 */

/**
 * 去除IE6-10中a链接包裹图片蓝色边框.
 */
ul{
    padding-inline-start: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: normal;
}
/**
 * 去除列表边距及符号.
 */
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}
/**
 * 删除表格单元格之间的间距。
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/**
 * 删除表格单元格之间的间距。
 * 字体相关属性改为继承
 */
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/**
 * IE 8/9/10/11中，去除默认垂直滚动条属性
 */
textarea {
    overflow: auto;
}
/**
 * HTML5新模块元素在IE8、9版本浏览器中没有被定义默认样式。为解决该问题，给下列元素添加“block”显示属性。
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
/**
 * IE 8/9/10/11/12 兼容template标签
 */
template {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input{
    outline: none;
}
.box_sizing{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.hidden2,
.hidden3,
.hidden4,
.hidden5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden2 {
    -webkit-line-clamp: 2;
}
.hidden3 {
    -webkit-line-clamp: 3;
}
.hidden4 {
    -webkit-line-clamp: 4;
}
.hidden5 {
    -webkit-line-clamp: 5;
}
@media (min-width: 1201px) {
    .container{
        width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) and (min-width: 993px){
    .container{
        width: 970px;
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .container{
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
        padding: 0 0.3rem;
    }
}

.sanjiao{
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid #ed4412;
    border-bottom: 3.5px solid transparent;
    border-top: 3.5px solid transparent;
    border-right: none;
    right: 9px;
    top: 8px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}


.head{
    width: 100%;
    height: 1rem;
    position: relative;
    display: none;
}
.head_l{
    width: 1.16rem;
}
.head_l img{
    width: 1.56rem;
    margin-top: 0.28rem;
}
.head_r{
    width: 0.44rem;
}
.head_r img{
    width: 0.44rem;
    margin-top: 0.3rem;
    cursor: pointer;
}
.head_list{
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 0;
    background: #fff;
    /*padding: 0 0.5rem;*/
    box-shadow: 0.025rem 0.043rem 0.1rem 0rem
    rgba(7, 0, 2, 0.28);
    display: none;
    z-index: 3;
}
.h_block{
    display: block;
}
.head_list ul li{
    position: relative;
}
.head_list ul li:after{
    content: '';
    position: absolute;
    width: 6.47rem;
    height: 0.01rem;
    background: #efefef;
    bottom: 0;
    left: 0.5rem;
}
.head_list ul li:last-child:after{
    content: none;
}
.head_list ul li a{
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    padding-left: 0.68rem;
    color: #333333;
}
.head_list ul li a:hover,.head_list ul li.active a{
    background: #ed4412;
    color: #fff;
}
.head_list ul li.active:after{
    content: none;
}
@media (max-width: 992px) {
    .head{
        display: block;
    }
}



.page .layui-laypage-curr em {
    font-style: normal;
}